go/types.constDecl.init (field)

6 uses

	go/types (current package)
		decl.go#L368: 		init      []ast.Expr
		decl.go#L412: 					f(constDecl{spec: s, iota: iota, typ: last.Type, init: last.Values, inherited: inherited})
		decl.go#L888: 				if i < len(d.init) {
		decl.go#L889: 					init = d.init[i]
		resolver.go#L358: 					if i < len(d.init) {
		resolver.go#L359: 						init = d.init[i]